home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / alt255.zip / ALTER255.HST < prev    next >
Text File  |  1990-03-05  |  2KB  |  36 lines

  1. Author  BF Gavin
  2. Purpose Alter DOS directory date,time, attributes, or any combination
  3.  
  4. Origin  17FEB1986  Version 2.00  Original version for DOS 2
  5. Update  22FEB1986  Version 2.00  Change both parms from cmd line
  6.         30MAY1986  Version 2.00  Add CLS PROC, change Usage$
  7.         18OCT1986  Version 2.00  Fix DOSLVL error message non-display
  8.         29NOV1986  Version 2.10  Add wild cards, pathing, and file attributes
  9.         22DEC1986  Version 2.20  Add /RE attribute reset switch
  10.         28MAR1987  Version 2.30  Add /DI attribute display switch
  11.                                  Add directory and attribute display
  12.                                  Change dd-mm-yyy to mm-dd-yyyy in Usage
  13.         08MAY1987  Version 2.40  Replace INT 09h message display to support
  14.                                  file names with dollar signs
  15.         19JUN1987  Version 2.41  Change Display_Data from DOS function 09h
  16.                                  to BIOS function call for increased speed
  17.         10APR1988  Version 2.42  Change banner and relocate display bfr
  18.         09DEC1988  Version 2.42  Add Author credits
  19.         15JAN1989  Version 2.50  Add 32 bit file size display
  20.         31JAN1989  Version 2.50  Display hex attribute value if /DI is set
  21.         05MAR1989  Version 2.51  Convert to more standard procedures
  22.         11JUN1989  Version 2.51  Cleanup source listing
  23.                                  Updated Disp-DTA.Prc
  24.         23JUN1989  Version 2.51  CLS before displaying author credits.
  25.         07SEP1989  Version 2.52  Smart I/O redirection to both file and screen
  26.         26OCT1989  Version 2.53  Fixed bug, 12:00a displays as 12:00p
  27.                                  Blanking (zeroing) date or time stamp requires
  28.                                  command line parms.
  29.                                  Prevented color 00h (black on black) video.
  30.         23DEC1989  Version 2.54  Corrected bad video page in CLS, which caused
  31.                                  phony colors in output.
  32.                                  Added color banners and window scrolling.
  33.                                  Added ^C user break.
  34.         16JAN1990  Version 2.55  Fixed data segment bug in SCREEN procedure.
  35.         23FEB1990  Version 2.55b Fix screen length bug for Hercules video.
  36.                                  Fix video page bug for pages other than zero.